home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / 3DMARK / _SETUP.1 / Result Browser.exe / 0 / RCDATA / TQRCOMPED / TQRCOMPED.txt
Text File  |  1998-10-24  |  12KB  |  569 lines

  1. object QRCompEd: TQRCompEd
  2.   Left = 235
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Report Settings'
  6.   ClientHeight = 425
  7.   ClientWidth = 459
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object About: TButton
  15.     Left = 10
  16.     Top = 394
  17.     Width = 101
  18.     Height = 25
  19.     Caption = 'About &QuickReport'
  20.     TabOrder = 5
  21.     OnClick = AboutClick
  22.   end
  23.   object Preview: TButton
  24.     Left = 122
  25.     Top = 394
  26.     Width = 75
  27.     Height = 25
  28.     Caption = '&Preview'
  29.     TabOrder = 6
  30.     OnClick = PreviewClick
  31.   end
  32.   object Apply1: TButton
  33.     Left = 206
  34.     Top = 394
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&Apply'
  38.     TabOrder = 7
  39.     OnClick = Apply1Click
  40.   end
  41.   object OK1: TButton
  42.     Left = 290
  43.     Top = 394
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 8
  50.     OnClick = OK1Click
  51.   end
  52.   object Cancel1: TButton
  53.     Left = 374
  54.     Top = 394
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 9
  61.     OnClick = Cancel1Click
  62.   end
  63.   object PaperSizeGB: TGroupBox
  64.     Left = 8
  65.     Top = 4
  66.     Width = 441
  67.     Height = 47
  68.     Caption = 'Paper size'
  69.     TabOrder = 0
  70.     object Label5: TLabel
  71.       Left = 142
  72.       Top = 20
  73.       Width = 28
  74.       Height = 13
  75.       Caption = 'Width'
  76.     end
  77.     object Label6: TLabel
  78.       Left = 226
  79.       Top = 20
  80.       Width = 33
  81.       Height = 13
  82.       Caption = 'Length'
  83.     end
  84.     object PaperSize: TComboBox
  85.       Left = 8
  86.       Top = 16
  87.       Width = 129
  88.       Height = 21
  89.       Style = csDropDownList
  90.       ItemHeight = 13
  91.       TabOrder = 0
  92.     end
  93.     object PageWidth: TEdit
  94.       Left = 184
  95.       Top = 16
  96.       Width = 37
  97.       Height = 21
  98.       TabOrder = 1
  99.       OnExit = PageWidthExit
  100.       OnKeyPress = FloatKeyPress
  101.     end
  102.     object PageLength: TEdit
  103.       Left = 268
  104.       Top = 16
  105.       Width = 37
  106.       Height = 21
  107.       TabOrder = 2
  108.       OnExit = PageWidthExit
  109.       OnKeyPress = FloatKeyPress
  110.     end
  111.     object OrientationCB: TComboBox
  112.       Left = 320
  113.       Top = 16
  114.       Width = 103
  115.       Height = 21
  116.       Style = csDropDownList
  117.       ItemHeight = 13
  118.       Items.Strings = (
  119.         'Portrait'
  120.         'Landscape')
  121.       TabOrder = 3
  122.     end
  123.   end
  124.   object MarginsGB: TGroupBox
  125.     Left = 8
  126.     Top = 56
  127.     Width = 441
  128.     Height = 69
  129.     Caption = 'Margins'
  130.     TabOrder = 1
  131.     object Label1: TLabel
  132.       Left = 8
  133.       Top = 16
  134.       Width = 19
  135.       Height = 13
  136.       Caption = 'Top'
  137.     end
  138.     object Label2: TLabel
  139.       Left = 8
  140.       Top = 40
  141.       Width = 33
  142.       Height = 13
  143.       Caption = 'Bottom'
  144.     end
  145.     object Label3: TLabel
  146.       Left = 142
  147.       Top = 16
  148.       Width = 18
  149.       Height = 13
  150.       Caption = 'Left'
  151.     end
  152.     object Label4: TLabel
  153.       Left = 142
  154.       Top = 42
  155.       Width = 25
  156.       Height = 13
  157.       Caption = 'Right'
  158.     end
  159.     object Label7: TLabel
  160.       Left = 276
  161.       Top = 14
  162.       Width = 105
  163.       Height = 13
  164.       AutoSize = False
  165.       Caption = 'Column space'
  166.     end
  167.     object Label8: TLabel
  168.       Left = 276
  169.       Top = 44
  170.       Width = 103
  171.       Height = 13
  172.       AutoSize = False
  173.       Caption = 'Number of columns'
  174.     end
  175.     object SpeedButton1: TSpeedButton
  176.       Left = 408
  177.       Top = 37
  178.       Width = 13
  179.       Height = 12
  180.       Glyph.Data = {
  181.         8A000000424D8A00000000000000760000002800000007000000050000000100
  182.         0400000000001400000000000000000000001000000010000000000000000000
  183.         80000080000000808000800000008000800080800000C0C0C000808080000000
  184.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF00000
  185.         0000F00000F0FF000FF0FFF0FFF0}
  186.       OnClick = SpeedButton1Click
  187.     end
  188.     object SpeedButton2: TSpeedButton
  189.       Left = 408
  190.       Top = 48
  191.       Width = 13
  192.       Height = 12
  193.       Glyph.Data = {
  194.         86000000424D8600000000000000760000002800000007000000040000000100
  195.         0400000000001000000000000000000000001000000010000000000000000000
  196.         80000080000000808000800000008000800080800000C0C0C000808080000000
  197.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF0FFF0FF00
  198.         0FF0F00000F000000000}
  199.       OnClick = SpeedButton2Click
  200.     end
  201.     object Topmargin: TEdit
  202.       Left = 62
  203.       Top = 12
  204.       Width = 37
  205.       Height = 21
  206.       TabOrder = 0
  207.       OnExit = PageWidthExit
  208.       OnKeyPress = FloatKeyPress
  209.     end
  210.     object BottomMargin: TEdit
  211.       Left = 62
  212.       Top = 38
  213.       Width = 37
  214.       Height = 21
  215.       TabOrder = 1
  216.       OnExit = PageWidthExit
  217.       OnKeyPress = FloatKeyPress
  218.     end
  219.     object LeftMargin: TEdit
  220.       Left = 184
  221.       Top = 12
  222.       Width = 37
  223.       Height = 21
  224.       TabOrder = 2
  225.       OnExit = PageWidthExit
  226.       OnKeyPress = FloatKeyPress
  227.     end
  228.     object RightMargin: TEdit
  229.       Left = 184
  230.       Top = 38
  231.       Width = 37
  232.       Height = 21
  233.       TabOrder = 3
  234.       OnExit = PageWidthExit
  235.       OnKeyPress = FloatKeyPress
  236.     end
  237.     object ColumnMargin: TEdit
  238.       Left = 384
  239.       Top = 12
  240.       Width = 37
  241.       Height = 21
  242.       TabOrder = 4
  243.       OnExit = PageWidthExit
  244.       OnKeyPress = FloatKeyPress
  245.     end
  246.     object Columns: TEdit
  247.       Left = 384
  248.       Top = 38
  249.       Width = 23
  250.       Height = 21
  251.       TabOrder = 5
  252.       Text = '1'
  253.       OnKeyPress = FloatKeyPress
  254.     end
  255.   end
  256.   object OtherGB: TGroupBox
  257.     Left = 8
  258.     Top = 130
  259.     Width = 441
  260.     Height = 47
  261.     Caption = 'Other'
  262.     TabOrder = 2
  263.     object Label9: TLabel
  264.       Left = 276
  265.       Top = 20
  266.       Width = 36
  267.       Height = 13
  268.       AutoSize = False
  269.       Caption = 'Units'
  270.     end
  271.     object Label10: TLabel
  272.       Left = 8
  273.       Top = 20
  274.       Width = 21
  275.       Height = 13
  276.       Caption = 'Font'
  277.     end
  278.     object Label11: TLabel
  279.       Left = 142
  280.       Top = 20
  281.       Width = 39
  282.       Height = 13
  283.       AutoSize = False
  284.       Caption = 'Size'
  285.     end
  286.     object Units: TComboBox
  287.       Left = 328
  288.       Top = 18
  289.       Width = 93
  290.       Height = 21
  291.       Style = csDropDownList
  292.       ItemHeight = 13
  293.       Items.Strings = (
  294.         'MM'
  295.         'Inches'
  296.         'Pixes'
  297.         'Characters'
  298.         'Native')
  299.       TabOrder = 2
  300.     end
  301.     object FontName: TComboBox
  302.       Left = 34
  303.       Top = 16
  304.       Width = 101
  305.       Height = 21
  306.       Style = csDropDownList
  307.       ItemHeight = 13
  308.       TabOrder = 0
  309.     end
  310.     object FontSize: TComboBox
  311.       Left = 184
  312.       Top = 16
  313.       Width = 53
  314.       Height = 21
  315.       ItemHeight = 13
  316.       TabOrder = 1
  317.       OnKeyPress = FloatKeyPress
  318.     end
  319.   end
  320.   object PageFrameGB: TGroupBox
  321.     Left = 8
  322.     Top = 184
  323.     Width = 441
  324.     Height = 61
  325.     Caption = 'Page frame'
  326.     TabOrder = 3
  327.     object Label12: TLabel
  328.       Left = 142
  329.       Top = 18
  330.       Width = 39
  331.       Height = 13
  332.       AutoSize = False
  333.       Caption = 'Color'
  334.     end
  335.     object FrameColor: TShape
  336.       Left = 182
  337.       Top = 16
  338.       Width = 17
  339.       Height = 17
  340.       Pen.Style = psClear
  341.       Pen.Width = 0
  342.     end
  343.     object Label13: TLabel
  344.       Left = 276
  345.       Top = 18
  346.       Width = 69
  347.       Height = 13
  348.       AutoSize = False
  349.       Caption = 'Frame width'
  350.     end
  351.     object SpeedButton3: TSpeedButton
  352.       Left = 408
  353.       Top = 13
  354.       Width = 13
  355.       Height = 12
  356.       Glyph.Data = {
  357.         8A000000424D8A00000000000000760000002800000007000000050000000100
  358.         0400000000001400000000000000000000001000000010000000000000000000
  359.         80000080000000808000800000008000800080800000C0C0C000808080000000
  360.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFF00000
  361.         0000F00000F0FF000FF0FFF0FFF0}
  362.       OnClick = SpeedButton3Click
  363.     end
  364.     object SpeedButton4: TSpeedButton
  365.       Left = 408
  366.       Top = 25
  367.       Width = 13
  368.       Height = 12
  369.       Glyph.Data = {
  370.         86000000424D8600000000000000760000002800000007000000040000000100
  371.         0400000000001000000000000000000000001000000010000000000000000000
  372.         80000080000000808000800000008000800080800000C0C0C000808080000000
  373.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF0FFF0FF00
  374.         0FF0F00000F000000000}
  375.       OnClick = SpeedButton4Click
  376.     end
  377.     object PageFrameTop: TCheckBox
  378.       Left = 8
  379.       Top = 16
  380.       Width = 61
  381.       Height = 17
  382.       Caption = 'Top'
  383.       TabOrder = 0
  384.     end
  385.     object PageFrameBottom: TCheckBox
  386.       Left = 8
  387.       Top = 36
  388.       Width = 73
  389.       Height = 17
  390.       Caption = 'Bottom'
  391.       TabOrder = 1
  392.     end
  393.     object PageFrameLeft: TCheckBox
  394.       Left = 84
  395.       Top = 16
  396.       Width = 53
  397.       Height = 17
  398.       Caption = 'Left'
  399.       TabOrder = 2
  400.     end
  401.     object PageFrameRight: TCheckBox
  402.       Left = 84
  403.       Top = 36
  404.       Width = 49
  405.       Height = 17
  406.       Caption = 'Right'
  407.       TabOrder = 3
  408.     end
  409.     object ColorButton: TButton
  410.       Left = 206
  411.       Top = 14
  412.       Width = 49
  413.       Height = 21
  414.       Caption = 'Change'
  415.       TabOrder = 4
  416.       OnClick = ColorButtonClick
  417.     end
  418.     object PageFramePenWidth: TEdit
  419.       Left = 384
  420.       Top = 14
  421.       Width = 23
  422.       Height = 21
  423.       TabOrder = 5
  424.       Text = '0'
  425.       OnKeyPress = FloatKeyPress
  426.     end
  427.   end
  428.   object BandsGB: TGroupBox
  429.     Left = 8
  430.     Top = 250
  431.     Width = 441
  432.     Height = 135
  433.     Caption = 'Bands'
  434.     TabOrder = 4
  435.     object Label14: TLabel
  436.       Left = 108
  437.       Top = 12
  438.       Width = 33
  439.       Height = 13
  440.       Caption = 'Length'
  441.     end
  442.     object Label15: TLabel
  443.       Left = 328
  444.       Top = 12
  445.       Width = 33
  446.       Height = 13
  447.       Caption = 'Length'
  448.     end
  449.     object Title: TCheckBox
  450.       Left = 8
  451.       Top = 56
  452.       Width = 89
  453.       Height = 17
  454.       Caption = 'Title'
  455.       TabOrder = 2
  456.     end
  457.     object PageHeader: TCheckBox
  458.       Left = 8
  459.       Top = 32
  460.       Width = 89
  461.       Height = 17
  462.       Caption = 'Page header'
  463.       TabOrder = 0
  464.     end
  465.     object ColumnHeader: TCheckBox
  466.       Left = 8
  467.       Top = 80
  468.       Width = 93
  469.       Height = 17
  470.       Caption = 'Column header'
  471.       TabOrder = 4
  472.     end
  473.     object Detail: TCheckBox
  474.       Left = 8
  475.       Top = 104
  476.       Width = 89
  477.       Height = 17
  478.       Caption = 'Detail band'
  479.       TabOrder = 6
  480.     end
  481.     object PageHeaderLength: TEdit
  482.       Left = 108
  483.       Top = 28
  484.       Width = 37
  485.       Height = 21
  486.       TabOrder = 1
  487.       OnExit = PageWidthExit
  488.       OnKeyPress = FloatKeyPress
  489.     end
  490.     object TitleLength: TEdit
  491.       Left = 108
  492.       Top = 52
  493.       Width = 37
  494.       Height = 21
  495.       TabOrder = 3
  496.       OnExit = PageWidthExit
  497.       OnKeyPress = FloatKeyPress
  498.     end
  499.     object ColumnHeaderLength: TEdit
  500.       Left = 108
  501.       Top = 76
  502.       Width = 37
  503.       Height = 21
  504.       TabOrder = 5
  505.       OnExit = PageWidthExit
  506.       OnKeyPress = FloatKeyPress
  507.     end
  508.     object DetailLength: TEdit
  509.       Left = 108
  510.       Top = 100
  511.       Width = 37
  512.       Height = 21
  513.       TabOrder = 7
  514.       OnExit = PageWidthExit
  515.       OnKeyPress = FloatKeyPress
  516.     end
  517.     object SummaryLength: TEdit
  518.       Left = 328
  519.       Top = 52
  520.       Width = 37
  521.       Height = 21
  522.       TabOrder = 9
  523.       OnExit = PageWidthExit
  524.       OnKeyPress = FloatKeyPress
  525.     end
  526.     object PageFooter: TCheckBox
  527.       Left = 226
  528.       Top = 32
  529.       Width = 77
  530.       Height = 17
  531.       Caption = 'Page footer'
  532.       TabOrder = 10
  533.     end
  534.     object Summary: TCheckBox
  535.       Left = 226
  536.       Top = 56
  537.       Width = 73
  538.       Height = 17
  539.       Caption = 'Summary'
  540.       TabOrder = 8
  541.     end
  542.     object PageFooterLength: TEdit
  543.       Left = 328
  544.       Top = 28
  545.       Width = 37
  546.       Height = 21
  547.       TabOrder = 11
  548.       OnExit = PageWidthExit
  549.       OnKeyPress = FloatKeyPress
  550.     end
  551.     object FirstPageHeader: TCheckBox
  552.       Left = 226
  553.       Top = 80
  554.       Width = 125
  555.       Height = 17
  556.       Caption = 'Print first page header'
  557.       TabOrder = 12
  558.     end
  559.     object LastPageFooter: TCheckBox
  560.       Left = 226
  561.       Top = 104
  562.       Width = 125
  563.       Height = 17
  564.       Caption = 'Print last page footer'
  565.       TabOrder = 13
  566.     end
  567.   end
  568. end
  569.